Description : The `input-group` component is used to add buttons, icons, or text to inputs.
Answer :
The `input-group` component in Bootstrap allows you to easily add buttons, icons, or text to input elements. Example:`<div class='input-group'><span class='input-group-text'>@</span><input type='text' class='form-control' placeholder='Username'></div>` will prepend an `@` symbol to the input field.
Bootstrap's pagination component helps in navigating through multiple pages of content. It is implemented using the `pagination`class:Example:-<nav><ul class='pagination'><li class='page-item'><a class='page-link' href='#'>1</a></li></ul></nav>
Bootstrap's pagination component helps in navigating through multiple pages of content. It is implemented using the `pagination`class:Example:-<nav><ul class='pagination'><li class='page-item'><a class='page-link' href='#'>1</a></li></ul></nav>